-
Notifications
You must be signed in to change notification settings - Fork 231
docs: rewritting wiki with vitepress #953
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
harilvfs
wants to merge
19
commits into
mylinuxforwork:main
Choose a base branch
from
harilvfs:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wow. This looks beautiful. Thank you so much. Will look into it and come back to you later. |
Key Changes - Add direct YouTube video playback - Add YouTube video support on showcase - Improvement of keybindings in table format - Improve highlight of notes - And many more
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
yeah it’s kinda a big one jump for wiki or docs, we can say anything.
basically i have rewritten the whole wiki with vitepress docs build site.
and guess what, it looks fine. you can always look at the preview here
i don't know how you will merge this or accept this or not. but i am sure this may help users to view docs and read without any problem. it may be an easy way.
it may also be the easy way to contribute to docs, as you have wiki on github wiki pages where i don't know that we barely can contribute there.
so kind of my little time for this work. hope you like it. thank you.
btw if you merge this then you will need the following things to make this work:
first install bun from bun official site
if bun doesn't appear in your terminal, you may need to source the bun in ~/.bashrc or ~/.zshrc
then
i am assuming that you are in dotfiles repo dir
then initialize
now you are ready to go
you can run
for viewing real-time changes
for building
and
for previewing the built docs
also if you merge this for deploy, i have put a ci, but you also need to go to settings > pages > and in build and deployment, make the source from
github actions
. btw this step you should do before merging.you can check out the actions part after that. after merging, click on the ci deploy, then after building, you will get something like https://mylinuxforwork.github.io/dotfiles/ you can put this in readme for docs site link.
btw if you are merging this pr, then squash and merge should be effective so it will crush all the commits into one commit that will be clean enough.
thanks again